Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Obelisk Message Type Restrictions (Python) #130

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

alberthli
Copy link
Contributor

@alberthli alberthli commented Dec 8, 2024

WIP (my version of #125)

@alberthli alberthli marked this pull request as ready for review December 8, 2024 00:15
@alberthli alberthli requested a review from Zolkin1 December 8, 2024 00:15
Copy link
Collaborator

@Zolkin1 Zolkin1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. I will pull this into my down stream repo to check compatibility before I merge in.

)

@abstractmethod
def update_x_hat(self, x_hat_msg: ObeliskEstimatorMsg) -> None:
def update_x_hat(self, x_hat_msg: Type) -> None:
"""Update the state estimate.

Parameters:
x_hat_msg: The Obelisk message containing the state estimate.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the word Obelisk

@Zolkin1
Copy link
Collaborator

Zolkin1 commented Jan 24, 2025

Pulled into my downstream repo and tested it - everything seems to work. Also ran the obelisk tests locally without issue.

@Zolkin1 Zolkin1 merged commit 600d55d into main Jan 24, 2025
1 check passed
@Zolkin1 Zolkin1 deleted the remove-obk-msg-req-py branch January 24, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants